[INFO] cloning repository https://github.com/hexfae/voyager
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hexfae/voyager" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhexfae%2Fvoyager", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhexfae%2Fvoyager'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7d716198611b62ebf2e7e239b073ece21998ebc8
[INFO] testing hexfae/voyager against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhexfae%2Fvoyager" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hexfae/voyager
[INFO] finished tweaking git repo https://github.com/hexfae/voyager
[INFO] tweaked toml for git repo https://github.com/hexfae/voyager written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hexfae/voyager on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hexfae/voyager already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] adc013815a246b3aa56b19c0d586eac754bb53bddf61a32b6afa79aa27dea907
[INFO] running `Command { std: "docker" "start" "-a" "adc013815a246b3aa56b19c0d586eac754bb53bddf61a32b6afa79aa27dea907", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "adc013815a246b3aa56b19c0d586eac754bb53bddf61a32b6afa79aa27dea907", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "adc013815a246b3aa56b19c0d586eac754bb53bddf61a32b6afa79aa27dea907", kill_on_drop: false }`
[INFO] [stdout] adc013815a246b3aa56b19c0d586eac754bb53bddf61a32b6afa79aa27dea907
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d4ac3ba74a0054ccdd14f631210f1436edf1d73bfa5b379b9539c3e7c0e4c841
[INFO] running `Command { std: "docker" "start" "-a" "d4ac3ba74a0054ccdd14f631210f1436edf1d73bfa5b379b9539c3e7c0e4c841", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling libc v0.2.151
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling unicode-bidi v0.3.14
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling async-trait v0.1.76
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.111
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling anyhow v1.0.80
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling cookie v0.18.0
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling aligned-vec v0.5.0
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling flate2 v1.0.30
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling hybrid-array v0.2.0-rc.8
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling v_frame v0.3.8
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling rust_hawktracer_normal_macro v0.4.1
[INFO] [stderr]    Compiling bytemuck v1.16.0
[INFO] [stderr]    Compiling rust_hawktracer_proc_macro v0.4.1
[INFO] [stderr]    Compiling num-bigint v0.4.5
[INFO] [stderr]    Compiling rustls-pki-types v1.7.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling rust_hawktracer v0.7.0
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.12
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling crypto-common v0.2.0-pre.5
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling bitstream-io v1.10.0
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling imgref v1.10.1
[INFO] [stderr]    Compiling rustls v0.22.4
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling weezl v0.1.8
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling rgb v0.8.37
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling filetime v0.2.23
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling fdeflate v0.3.4
[INFO] [stderr]    Compiling askama_parser v0.2.1
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling block-buffer v0.11.0-pre.5
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling digest v0.11.0-pre.8
[INFO] [stderr]    Compiling gif v0.13.1
[INFO] [stderr]    Compiling newline-converter v0.3.0
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling png v0.17.13
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling zune-jpeg v0.4.11
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling blake2 v0.11.0-pre.3
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling argon2 v0.6.0-pre.0
[INFO] [stderr]    Compiling webpki-roots v0.26.3
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling tiff v0.9.1
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]    Compiling finl_unicode v1.2.0
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling notify-debouncer-mini v0.4.1
[INFO] [stderr]    Compiling password-auth v1.1.0-pre.0
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling derive_more-impl v1.0.0-beta.6
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling image-webp v0.1.2
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling pin-project v1.1.3
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling derive_more v1.0.0-beta.6
[INFO] [stderr]    Compiling http-body-util v0.1.0
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling hyper v1.3.1
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling hyper-util v0.1.3
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.14
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling ulid v1.1.2
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling basic-toml v0.1.8
[INFO] [stderr]    Compiling ron v0.8.1
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling av1-grain v0.2.3
[INFO] [stderr]    Compiling avif-serialize v0.8.1
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling dashmap v6.0.1
[INFO] [stderr]    Compiling rustrict v0.7.25
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling crossterm v0.25.0
[INFO] [stderr]    Compiling exr v1.72.0
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling inquire v0.7.5
[INFO] [stderr]    Compiling cargo-lock v8.0.3
[INFO] [stderr]    Compiling rustls-webpki v0.102.4
[INFO] [stderr]    Compiling built v0.5.2
[INFO] [stderr]    Compiling askama v0.12.1
[INFO] [stderr]    Compiling askama_axum v0.4.0
[INFO] [stderr]    Compiling rav1e v0.6.6
[INFO] [stderr]    Compiling tower-sessions-core v0.12.2
[INFO] [stderr]    Compiling tracing-appender v0.2.3
[INFO] [stderr]    Compiling tower-sessions-memory-store v0.12.2
[INFO] [stderr]    Compiling tower-cookies v0.10.0
[INFO] [stderr]    Compiling tower-sessions v0.12.2
[INFO] [stderr]    Compiling ureq v2.9.7
[INFO] [stderr]    Compiling axum-login v0.15.3
[INFO] [stderr]    Compiling ravif v0.11.3
[INFO] [stderr]    Compiling image v0.25.1
[INFO] [stderr]    Compiling voyager v0.9.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s
[INFO] running `Command { std: "docker" "inspect" "d4ac3ba74a0054ccdd14f631210f1436edf1d73bfa5b379b9539c3e7c0e4c841", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4ac3ba74a0054ccdd14f631210f1436edf1d73bfa5b379b9539c3e7c0e4c841", kill_on_drop: false }`
[INFO] [stdout] d4ac3ba74a0054ccdd14f631210f1436edf1d73bfa5b379b9539c3e7c0e4c841
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5c2dc6e786acb0a2699076703f35a13cbc830c7d2a1e62ebebe717c6ef5c53d5
[INFO] running `Command { std: "docker" "start" "-a" "5c2dc6e786acb0a2699076703f35a13cbc830c7d2a1e62ebebe717c6ef5c53d5", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling http v0.2.11
[INFO] [stderr]    Compiling reserve-port v2.0.1
[INFO] [stderr]    Compiling auto-future v1.0.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]    Compiling ulid v1.1.2
[INFO] [stderr]    Compiling askama v0.12.1
[INFO] [stderr]    Compiling http-body-util v0.1.0
[INFO] [stderr]    Compiling hyper v1.3.1
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling rust-multipart-rfc7578_2 v0.6.1
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling hyper-util v0.1.3
[INFO] [stderr]    Compiling tower-sessions-core v0.12.2
[INFO] [stderr]    Compiling tower-cookies v0.10.0
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling askama_axum v0.4.0
[INFO] [stderr]    Compiling tower-sessions-memory-store v0.12.2
[INFO] [stderr]    Compiling tower-sessions v0.12.2
[INFO] [stderr]    Compiling axum-login v0.15.3
[INFO] [stderr]    Compiling axum-test v15.2.0
[INFO] [stderr]    Compiling voyager v0.9.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 26.23s
[INFO] running `Command { std: "docker" "inspect" "5c2dc6e786acb0a2699076703f35a13cbc830c7d2a1e62ebebe717c6ef5c53d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c2dc6e786acb0a2699076703f35a13cbc830c7d2a1e62ebebe717c6ef5c53d5", kill_on_drop: false }`
[INFO] [stdout] 5c2dc6e786acb0a2699076703f35a13cbc830c7d2a1e62ebebe717c6ef5c53d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2b88eb47ecaf119924f80a259f5bde2ff0b05117fdce2deb167dffcb30481173
[INFO] running `Command { std: "docker" "start" "-a" "2b88eb47ecaf119924f80a259f5bde2ff0b05117fdce2deb167dffcb30481173", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.71s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/voyager-3520d5963d7c8fab)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test utils::tests::voyager_tests::test_get ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- utils::tests::voyager_tests::test_get stdout ----
[INFO] [stdout] [src/utils/tests.rs:84:9] &response = TestResponse {
[INFO] [stdout]     method: GET,
[INFO] [stdout]     full_request_url: Url {
[INFO] [stdout]         scheme: "http",
[INFO] [stdout]         cannot_be_a_base: false,
[INFO] [stdout]         username: "",
[INFO] [stdout]         password: None,
[INFO] [stdout]         host: Some(
[INFO] [stdout]             Domain(
[INFO] [stdout]                 "localhost",
[INFO] [stdout]             ),
[INFO] [stdout]         ),
[INFO] [stdout]         port: None,
[INFO] [stdout]         path: "/voyager",
[INFO] [stdout]         query: None,
[INFO] [stdout]         fragment: None,
[INFO] [stdout]     },
[INFO] [stdout]     headers: {
[INFO] [stdout]         "content-type": "text/plain; charset=utf-8",
[INFO] [stdout]         "content-length": "191",
[INFO] [stdout]     },
[INFO] [stdout]     status_code: 500,
[INFO] [stdout]     response_body: b"Missing request extension: Extension of type `axum::extract::connect_info::ConnectInfo<core::net::socket_addr::SocketAddr>` was not found. Perhaps you forgot to add it? See `axum::Extension`.",
[INFO] [stdout] }
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::tests::voyager_tests::test_get' (17) panicked at src/utils/tests.rs:85:9:
[INFO] [stdout] assertion failed: `(left == right)`
[INFO] [stdout] 
[INFO] [stdout] [1mDiff[0m [31m< left[0m / [32mright >[0m :
[INFO] [stdout] [31m<[0m[1;48;5;52;31m5[0m[31m00[0m
[INFO] [stdout] [32m>[0m[1;48;5;22;32m2[0m[32m00[0m
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59b9a0e11678 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59b9a0e11678 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59b9a0e11678 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59b9a0e11678 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59b9a0e2970a - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59b9a0e2970a - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x59b9a0e16fa2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59b9a0e16fa2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59b9a0dee476 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59b9a0dee476 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59b9a0e090b9 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59b9a02537ac - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x59b9a02537ac - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59b9a0e09332 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x59b9a0e09332 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59b9a0dee532 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x59b9a0de5889 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59b9a0def4fd - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59b9a0e29efc - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59b9a017afb5 - voyager[8d6c17608239e86b]::utils::tests::voyager_tests::test_get::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/tests.rs:85:9
[INFO] [stdout]   20:     0x59b9a01f9bef - <core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x59b9a01f9c4b - <core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>> as core[5a1c3e9896636f3a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x59b9a013683b - <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   23:     0x59b9a013675b - tokio[83755e702b07bf8e]::runtime::coop::with_budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>, <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   24:     0x59b9a013675b - tokio[83755e702b07bf8e]::runtime::coop::budget::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>, <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   25:     0x59b9a013675b - <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   26:     0x59b9a012f65d - <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::Context>::enter::<core[5a1c3e9896636f3a]::task::poll::Poll<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>, <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   27:     0x59b9a0135890 - <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   28:     0x59b9a01355fb - <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>>::{closure#0}, core[5a1c3e9896636f3a]::option::Option<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   29:     0x59b9a0174b7a - <tokio[83755e702b07bf8e]::runtime::context::scoped::Scoped<tokio[83755e702b07bf8e]::runtime::scheduler::Context>>::set::<<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>>::{closure#0}, core[5a1c3e9896636f3a]::option::Option<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>::{closure#0}, (alloc[154f689e5dd3bae5]::boxed::Box<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::Core>, core[5a1c3e9896636f3a]::option::Option<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x59b9a01a05fa - tokio[83755e702b07bf8e]::runtime::context::set_scheduler::<(alloc[154f689e5dd3bae5]::boxed::Box<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::Core>, core[5a1c3e9896636f3a]::option::Option<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>), <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>>::{closure#0}, core[5a1c3e9896636f3a]::option::Option<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context.rs:180:38
[INFO] [stdout]   31:     0x59b9a015588d - <std[d054f6f42beb1baa]::thread::local::LocalKey<tokio[83755e702b07bf8e]::runtime::context::Context>>::try_with::<tokio[83755e702b07bf8e]::runtime::context::set_scheduler<(alloc[154f689e5dd3bae5]::boxed::Box<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::Core>, core[5a1c3e9896636f3a]::option::Option<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>), <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>>::{closure#0}, core[5a1c3e9896636f3a]::option::Option<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[154f689e5dd3bae5]::boxed::Box<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::Core>, core[5a1c3e9896636f3a]::option::Option<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>)>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   32:     0x59b9a0155630 - <std[d054f6f42beb1baa]::thread::local::LocalKey<tokio[83755e702b07bf8e]::runtime::context::Context>>::with::<tokio[83755e702b07bf8e]::runtime::context::set_scheduler<(alloc[154f689e5dd3bae5]::boxed::Box<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::Core>, core[5a1c3e9896636f3a]::option::Option<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>), <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>>::{closure#0}, core[5a1c3e9896636f3a]::option::Option<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>::{closure#0}>::{closure#0}, (alloc[154f689e5dd3bae5]::boxed::Box<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::Core>, core[5a1c3e9896636f3a]::option::Option<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>)>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   33:     0x59b9a019fec1 - tokio[83755e702b07bf8e]::runtime::context::set_scheduler::<(alloc[154f689e5dd3bae5]::boxed::Box<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::Core>, core[5a1c3e9896636f3a]::option::Option<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>), <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>>::{closure#0}, core[5a1c3e9896636f3a]::option::Option<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context.rs:180:17
[INFO] [stdout]   34:     0x59b9a0131afe - <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>>::{closure#0}, core[5a1c3e9896636f3a]::option::Option<core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   35:     0x59b9a0131de8 - <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   36:     0x59b9a01350a8 - <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   37:     0x59b9a01ad5ea - tokio[83755e702b07bf8e]::runtime::context::runtime::enter_runtime::<<tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>::{closure#0}, core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x59b9a012f0a6 - <tokio[83755e702b07bf8e]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   39:     0x59b9a01dd330 - <tokio[83755e702b07bf8e]::runtime::runtime::Runtime>::block_on::<core[5a1c3e9896636f3a]::pin::Pin<&mut dyn core[5a1c3e9896636f3a]::future::future::Future<Output = core[5a1c3e9896636f3a]::result::Result<(), voyager[8d6c17608239e86b]::error::Error>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/runtime.rs:347:52
[INFO] [stdout]   40:     0x59b9a017c5be - voyager[8d6c17608239e86b]::utils::tests::voyager_tests::test_get
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/tests.rs:86:11
[INFO] [stdout]   41:     0x59b9a017ab3d - voyager[8d6c17608239e86b]::utils::tests::voyager_tests::test_get::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/tests.rs:81:28
[INFO] [stdout]   42:     0x59b9a023a406 - <voyager[8d6c17608239e86b]::utils::tests::voyager_tests::test_get::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x59b9a024688b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x59b9a024688b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   45:     0x59b9a0254105 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   46:     0x59b9a0254105 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x59b9a0254105 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   48:     0x59b9a0254105 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x59b9a0254105 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x59b9a0254105 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   51:     0x59b9a0254105 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   52:     0x59b9a024ec64 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   53:     0x59b9a024ec64 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   54:     0x59b9a0257182 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   55:     0x59b9a0257182 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   56:     0x59b9a0257182 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   57:     0x59b9a0257182 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   58:     0x59b9a0257182 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   59:     0x59b9a0257182 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   60:     0x59b9a0257182 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x59b9a0e1093f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   62:     0x59b9a0e1093f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   63:     0x7be51d5daaa4 - <unknown>
[INFO] [stdout]   64:     0x7be51d667a64 - clone
[INFO] [stdout]   65:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     utils::tests::voyager_tests::test_get
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin voyager`
[INFO] running `Command { std: "docker" "inspect" "2b88eb47ecaf119924f80a259f5bde2ff0b05117fdce2deb167dffcb30481173", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b88eb47ecaf119924f80a259f5bde2ff0b05117fdce2deb167dffcb30481173", kill_on_drop: false }`
[INFO] [stdout] 2b88eb47ecaf119924f80a259f5bde2ff0b05117fdce2deb167dffcb30481173
